@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;
    width: 100%;min-width: 1200px;
}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}

.box,.content,.w1200,.width-1200{ width:1200px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1200px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*抬头*/
.hd_bg{position:relative;z-index: 999;height: 268px;
    background: url(images/head_bg.jpg)center top no-repeat;
}
.hd_box{padding: 30px 0 0 0 !important;}
.logo{width:340px;position:relative;display: flex;align-items: center;}

.logo img{
   padding-top:10px;
}
.ggy{padding-top:5px;position: relative;border-right: 1px solid #efefef;padding-right:17px;margin-right: 20px; width: 375px; margin-left:17px;
}
.ggy:after{position:absolute;content:'';width: 1px;height: 20px;background: #0097f0;top: 54%;right: -1px;margin-top: -10px;}
.ggy b{font-size:31px;color: #222;line-height: 32px;display: block;font-weight: bold; letter-spacing: 0.2px;
   
}

.ggy b span{display: inline-block;font-size: 38px;color: #ec8915;
    vertical-align: bottom;
}
.ggy p{font-size: 16px;color: #7f7f7f;display: block;margin-top: 13px;line-height: 16px;}
.ggy p span{width:calc((100% / 4) + 47px);height: 38px;font-size: 16px;float: left;
box-sizing: border-box;
line-height: 38px;background:linear-gradient(to right, #0097f0, #0ea5ff);border-radius: 19px;padding-left:1.2vw;color: #fff;margin-left: -37px;}
.ggy p span:first-child{margin-left:0;}
.ggy p span:last-child{
    width: 165px;
}

.hd_tel{box-sizing: border-box;
    background: #0097f0 url(images/20200922154648_644562689.png) no-repeat 18px center;
    width:300px;height: 85px;border-radius: 10px;border-top-left-radius: 43px;border-bottom-left-radius: 43px;padding-left:62px;padding-top:18px;position: relative;margin-right: 10px;transition:all 0.5s;}
.hd_tel:hover{transform:translate(10px, 10px);}
.hd_tel:before,.hd_tel:after{position:absolute;content:'';width:300px;height:85px;top: 0;right: 0;background: rgba(0,151,240, 0.19);z-index: -1;border-radius: 10px;border-top-left-radius:43px;border-bottom-left-radius: 43px;transition:all 0.5s;}
.hd_tel:before{right: -5px;top: 5px;}
.hd_tel:after{right: -10px;top: 10px;}
.hd_tel:hover:before{right:0;top: 0;}
.hd_tel:hover:after{right:0;top: 0;}
.hd_tel em{font-size:29px;font-weight: bold;color: #fff;font-family: 'arial';line-height: 20px;
    display: block;
}
.hd_tel em+em{margin-top:10px;font-size:30px;
    letter-spacing:0.9px;
}

/*阿里*/
.albb{height:60px;margin-top:18px;border-radius: 2px;padding:0!important;}




/*主营业务*/
.main_all{ 
    width: 100%;min-width: 1200px;padding-top: 20px;overflow: hidden;  padding-bottom:80px; background: #f5f5f5;
}

.main_t{text-align: center;
    margin: 0 auto 30px auto;   
}
.main_t span {
    font-size: 44px; line-height: 44px;
    color: #333;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}
.main_t b {
    color: #0097f0;
    font-weight: bold;
}
.main_t p{
    font-size: 20px;
    color: #555;
}
.main_t i {
    color: #0097f0;
}


 .arrow{
    width: 30px;
    height: 24px;
    margin: 0 auto;
    animation: myfirst 2s infinite;
    padding-top: 30px;
}

.arrow{ width:30px; height:24px; margin:0 auto;animation: myfirst 2s infinite; padding-top: 30px;}
@keyframes myfirst {  0% {  
transform: translate(0px, 0px);  }  
50% {  
transform: translate(0px, -10px);  
}  
100% {  
transform: translate(0px, 0px);  
}  
} 

/*视频*/
.power{ width:100%;border-bottom: 1px solid #eee;  padding-bottom: 30px; height: 280px; position: relative;z-index: 2; background: #fff;
}
.power .video{width:480px;border-radius: 10px;overflow: hidden;position: absolute;z-index: 9;
    height:290px;box-sizing: border-box;padding: 20px;box-shadow: 0 0 10px rgba(0,0,0,0.1);background: #fff; top: -50px;
}
.power .video video{
    width: 100%;height: auto;display: block;
}
/*实力*/
    #about_b{ box-sizing: border-box;}
   #about_b li{display: block; float: left; font-size: 15px; color: #888; line-height: 34px;width: auto; padding: 53px 25px 20px 25px;position: relative;text-align: center; background: url(images/20201128113932_1514834155.png) right center no-repeat;}
  #about_b li:nth-of-type(3){  background: none; padding-right: 0;}
 #about_b li:nth-of-type(1){ padding-left: 0;}
 #about_b li:after{
     display: block;content: "";width: 50px;height: 1px;background: #ddd;margin: 25px auto auto auto;
 }

   #about_b li span{ color: #0097f0;  font-family: "impact"; font-size:60px;line-height:60px; float: left;}
 #about_b li p{ margin-bottom:13px; display:inline-block; position:relative;}
.number_ljs{font-size:18px; color:#ddd; text-align:center;}
 #about_b em{font-style:normal;display:block; font-size:20px;float: left; width: 25px; height: 25px; background: #ec8915;border-radius: 50%;color: #fff; line-height: 23px; font-weight: bold; margin-left: 5px;}
  #about_b dl{ font-size:24px; color:#333;}
  
 .main_b{ }
  .main_b li{ display: block;width:400px; box-sizing: border-box; background: #fff; border: 1px solid #eee; padding:40px;font-size: 17px;line-height:36px; font-weight: lighter;
    text-align: justify;  position: relative;  transition: all ease 0.5s; cursor: pointer; box-sizing: border-box;
  }
  .main_b li:hover{
      box-shadow: 0 0 10px rgba(0,0,0,20%); transform: scale(1.2);
  }
  
  .main_b li:before{ content:"";
      display: block;width: 10px;height: 10px;position: absolute;right: 0;top: 0;background: #0097f0;opacity: 0.4;
  }
   .main_b li:after{ content:"";
      display: block;width: 10px;height: 10px;position: absolute;right: 10px;top: 10px;background: #0097f0; opacity: 0.2;
  }
  .main_b li:nth-of-type(1){
      margin-left: 0;
  }
  .main_b li .img{ display: block;width: 100%;height: 188px;overflow: hidden;margin: 0 auto; background: #eee;}
  .main_b li .img img{
      display: block;width: 100%;
  }
  .main_b li+li{ margin-left:-1px;}
  .main_b li a{ margin: 25px auto auto auto;background: #eee;text-align: center;font-size: 16px; color: #333; line-height: 50px;display: block;text-align: center;
     
  }
  .main_b li:hover a{
      background: #0097f0;color: #fff;
  }
  .main_b li .word{    width: 100%;
    box-sizing: border-box;
    padding: 0 0 35px 0;
    font-size: 15px;}
  
  .main_b li .word p { font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    color: #222;
}
.main_b li:hover .word p{
    color: #0097f0;
}
  
  .main_b li .word dl {
    font-family: "arial";
    font-size: 15px;
    color: #ccc;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom:15px;
    margin-bottom: 20px;
}
.main_b li .word p span {
    background: #0097f0;
    color: #fff;
    padding: 0 10px;
}
.main_b li .word dt{
    line-height: 30px;
}
 
 
/*产品展示 */
.prod_all{
    width: 100%;min-width: 1200px;background: #f0f9ff;  padding: 80px 0;
}

.colee{overflow: hidden;
    height: 700px;
    width:1200px;}


.colee table td{width: 32%; height: auto;display: block ;float: left;  margin: 0 2% 2% 0; border: 1px solid #e5f5ff;  background: #fff;
box-sizing:border-box;
    
}
.colee table td:nth-of-type(3n){
    margin-right: 0;
}

.prod_b table tr td a{display: block;overflow: hidden}

.prod_b table tr td>a{width:100%; height:250px; 
    overflow: hidden;
}
.prod_b img{transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; width:100%; height:auto;
    display: block; margin-top: -65px;
}
.prod_b td:hover img{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);  overflow:hidden;}   

.colee table td span{line-height:40px;
    display: block; position: relative;height: 135px;
}
.colee table td span a{color: #333; box-sizing: border-box;padding: 0 15px;
    display: block;width: 100%;font-size: 20px;
}
.colee table td i{font-weight: lighter;color: #999;
    display: block;width: 120px;line-height: 40px;color: #fff;background: #0097f0;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 0; font-size: 15px;
}
.colee table td em{ font-size: 16px; font-weight: lighter;color: #999;
    display: block;line-height: 40px;
}

.colee table td:hover i{
    background: #ec8915;
}

/*产品特点*/
.feature_all{ padding: 80px 0; overflow: hidden;
    width: 100%;min-width: 1200px;background:#0097f0 url(images/feature.jpg) center bottom no-repeat;
}

.feature_all .main_t p{
    color:rgba(255,255,255,0.5);
}
.feature_all .main_t span,.feature_all .main_t b{
    color: #fff;
}

.feature_all .main_t i{color:rgba(255,255,255,0.5);}
.feature_b{
    background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding: 50px;
}
.feature_b li{float: left; margin-right: 30px;text-align: center;transition: all ease 0.8s;border:1px solid #f5f5f5;
    display: block;width: 346px;background: #f5f5f5;color: #555;font-weight: lighter;line-height: 30px; padding: 40px;box-sizing: border-box; cursor: pointer;
}
.feature_b li:hover{border:1px solid #ddd;
    border-radius: 30px;
}
.feature_b li:hover .li_t em{
    font-weight: bold;
}
.feature_b li:nth-of-type(3n){
    margin-right: 0;
}

.feature_b li:nth-of-type(n+4){
    margin-top: 30px;
}
.feature_b li .li_t i{text-align: center; border-radius: 50%;box-sizing: border-box;
display: block;margin: 0 auto;
    width:120px;height: 120px;background:url(images/featureico.png) center no-repeat;font-size: 50px;color: #fff;line-height: 120px; 
    animation: mymove1 3s infinite;
    -moz-animation: mymove1 3s linear infinite;
    -ms-animation: mymove1 3s linear infinite;
    -o-animation: mymove1 3s linear infinite;
    -webkit-animation: mymove1 3s linear infinite; margin-bottom: 10px;
}

    @-webkit-keyframes mymove1
{
0% { transform: rotate(0)}
100%{transform: rotate(360deg)}
}
@-moz-keyframes mymove1
{
0% { transform: rotate(0)}
100%{transform: rotate(360deg)}
}

.feature_b li:nth-of-type(3) i{
   font-size: 70px;
}

.feature_b li:nth-of-type(1) i{
   font-size: 45px;
}
.feature_b li .li_t em{ font-weight: normal;
    display: block;font-size:28px;color: #333;line-height: 60px;
}



.feature_b li p{ font-size: 15px;
    padding-top: 5px; position: relative;
}
.feature_b li .li_t em:after{
    display: block;content:"";width: 50px;height: 2px;background: #0097f0;margin:25px auto 25px auto;
}

.feature_b .tel dl{ 
      padding-top: 50px;line-height: 50px;color: #222;font-size: 30px;
  }
  .feature_b .tel p{
      font-size: 17px;color: #555; font-weight:lighter; line-height: 40px;
  }
  
  

/*案例*/
.case_all{
    width: 100%;min-width: 1200px;background: #fff url(images/feature_bg.jpg) center bottom no-repeat; margin-top: 80px; padding-bottom:25px;
}    
.case_t{
    margin-bottom: 40px; position: relative;
}
.case_t a{ float: left; background: #f5f5f5; position: relative;
display: block;width:155px;box-sizing: border-box;line-height:60px; padding: 0 20px;
}
.case_t a i{ font-size:22px;color: #666; transition: all ease 0.5s; box-sizing: border-box;
    display:block;float: left; position: relative; z-index: 2;
}

.case_t a:nth-of-type(7),.case_t a:nth-of-type(3){
    width: 145px;
}
.case_t a:nth-of-type(2),.case_t a:nth-of-type(6){ width: 168px;}
.case_t a:nth-of-type(4){
    width:190px;
}
.case_t a:nth-of-type(4) i{
    font-size:30px;
}
.case_t a:nth-of-type(6) i{
    font-size:30px;
}
.case_t a:nth-of-type(5) i{ padding-top:4px;
    font-size:26px;
}

.case_t a em{ margin-left: 6px;float: left; position: relative; z-index: 2;
    display: inline-block;font-size: 20px;color: #333; transition: all ease 0.5s;
}
.case_t a+a{
    margin-left:11px;
}
.case_t a:after{
    display: block;content: "";clear: both;
}
.case_t a:before{position:absolute; left: 0;
    display: block;z-index: 1;content: "";width: 0;height:60px;background: #0097f0; transition: all ease 0.5s;
}
.case_t a:hover:before{
    width: 100%;
}
.case_t a:hover i,.case_t a:hover em{
 color: #fff;
}
.case_b{ position: relative;
    margin-top: 40px; min-height: 600px;
}

.case_b a{text-align: center;
    display: block;width: 320px;height: 240px;overflow: hidden;float: left; position: relative;
} 
.case_b a dt{width: 100%;height: 240px;
    overflow: hidden;
}


.case_b a dt img{ display: block;
    height: 100%;width: auto;
}

.case_b a dd{ font-size: 16px;transition: all ease 0.5s;
    display: block;width: 100%;line-height: 60px;position: absolute;bottom: 0;left: 0;right: 0;
    background:rgba(0,0,0,30%);color: #fff;
}
.case_b a:hover dd{
    bottom: -60px;
}

.case_b a:nth-of-type(3){
   width: 500px;height: 510px;margin: 0 30px; 
}
.case_b a:nth-of-type(3) dt{ width: 658px;height: 540px;
    
}
.case_b a:nth-of-type(2),.case_b a:nth-of-type(5){
    float: right;
}
.case_b a:nth-of-type(4){
  position: absolute;left: 0;top: 270px;  
}

.case_b a:nth-of-type(5){
    margin-top: 30px;
}



.case_b a img{
    transition: all ease 0.5s;
}
.case_b a:hover img{
    transform: scale(1.2);
}

/*服务流程*/
.process{
    width: 100%;min-width: 1200px;background: #0097f0 url(images/process_bg.jpg) center bottom no-repeat;padding: 80px 0;
}     
.process .main_t p{
    color:rgba(255,255,255,0.5);
}
.process .main_t span,.process .main_t b{
    color: #fff;
}
.process .main_t i {
    color: rgba(255,255,255,0.5);
}

.fuw dl{float: left;height:260px;position: relative; overflow: hidden; cursor: pointer;
    
}

.fuw dl:hover{-webkit-animation: test 0.3s ease-in 2;}

@-webkit-keyframes test{
0%{transform:translate(0,0)}
50%{transform:translate(0,5px)}
100%{transform:translate(0,0)}
}
.fuw dl dt{text-align: center;}
.fuw dl dt i{display: block;font-size: 18px;color:rgba(255,255,255,0.6);height: 30px;line-height: 30px;overflow: hidden;}
.fuw dl dt em, .fuw dl dd em{display: block;overflow: hidden;margin:0 auto 25px auto; background: rgba(255,255,255,0.9);text-align: center; width: 110px; transition: all ease 0.5s;
border-radius: 50%; height: 110px;border:10px solid #34abf3;
    color: #ec8915; font-size: 45px;line-height: 108px;
}
.fuw dl:hover dt em{
       transform: rotateY(60deg);
}
.fuw dl dt p{font-size: 20px;color: #fff;line-height: 28px;}
.fuw dl dt span,.fuw dl dd b i{display: block;font-size: 12px;color: #91c9eb;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.fuw dl dt b{width: 30px;height: 8px;display: block;margin: 0 auto;padding: 40px 0 0;}
.fuw dl dt b img{width: 30px;height: 8px;}
.fuw dl dd{width: 220px;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;}
.fuw dl dd img{width: 220px;height:260px;}
.fuw dl dd .fuw_desc{position: absolute;top: 0;left: 0;width: 200px;height: 260px;z-index: 10;}
.fuw dl dd b{display: block;font-size: 20px;color: #fff;height: 60px;line-height: 30px;overflow: hidden;}
.fuw dl dd b i{color: rgba(255,255,255,0.3);font-weight: normal;}
.fuw dl dd p{font-size: 16px;color: #fff;line-height: 30px;width: 170px;margin: 0 auto;max-height: 150px;padding: 20px 0 0;text-align: left;}
.fuw dl dd {vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-property: color; transition-property: color; transition: all 0.3s;}
.fuw dl dd:before {content: ""; position: absolute; z-index: 5; top: 0; left: 0; right: 0; bottom: 0; background: rgba(41,66,147,0.8); -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.fuw dl:hover dd:before,.fuw dl.cur dd:before{-webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.fuw dl:hover dd,.fuw dl.cur dd{height: 260px;}
.fuw .border{ float: left; margin:45px 32px 0 33px;
    display: block;width: 19px;height: 29px;background: url(images/arrow2.png) center no-repeat;
}

#feedback_c{width: 100%;min-width: 1200px;box-sizing: border-box; background:#34abf3;padding:45px 50px;}

#feedback_c .button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
 
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    
    line-height: 65px;
    background: #ec8915;
    font-size: 16px;
    color: #fff;
    
}
#feedback_c li{width:211px;float:left;}
#feedback_c li+li{ margin-left:30px;}  
 #feedback_c .wbf-input { font-size: 14px;
    width: 100%;
    height: 65px;border:none;
    padding: 20px 25px;
     background: #fff;
    line-height: normal;
    box-sizing: border-box;
}
  #feedback_c input.button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-left: 55%;
   
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 40px;
    background: #666;
    font-size: 16px;
    color: #fff;
    border: none;
    
}
 
  #feedback_c .feedback_form input,
#feedback_c .feedback_form textarea{
    border: 1px solid #eee; font-size: 14px;
  border-radius: 5px;}
  
#feedback_c.fb_message textarea{width: 100%;padding: 15px 15px;background: #f5f5f5; margin-top: 10px;}
  
  #feedback_c .wbf-code {
    width:100px; border: 1px solid #fff;
    height: 65px;
    padding: 12px 25px;

    line-height: normal;
    box-sizing: border-box;
}
#feedback_c .yzma { padding-right: 20px;width:202px;
   background: #fff; 
}
#feedback_c .yzma img{ vertical-align: middle; }
#feedback_c .wbf-textarea { font-size: 14px; border: none;  width: 100%; background: #fff;
    height: 65px;
    padding: 22px 25px;
    line-height: 22px;
    box-sizing: border-box;
}


/*简介*/
.about{ width:100%;min-width:1200px; padding:80px 0 80px 0; background:#f2f2f2;
    box-sizing: border-box;
}
.abpic img{
    display: block;
}
.abcon{ background:#fff ;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; position: relative;
    width: 1200px;margin: 0 auto;
}
.abright{ margin:0 3%;box-sizing: border-box;}
.abwa{text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; font-size:15px; color:#999999; line-height:34px; height:95px; overflow:hidden;
margin:5px 0 45px 0;}
.abtitl{ font-size:46px; color:#000; 
    line-height: 60px; 
}
.abtitl b{ color:#0097f0;
  
}
.abtitl b a{color:#0097f0;}
.abtitl span{ display:block; font-size:26px; font-weight:lighter; color:#222222; margin-top:3px;}
.abtitl i{text-transform: uppercase;
    display: block;position: absolute;right:60px; top:52px;font-family: "arial";color: #eee;
}
.abbtn a{ display:inline-block; width:179px; height:100px; vertical-align:top; background:#f5f5f5; transition:all .3s ease; position:relative; padding:25px 15px; font-size:22px; 
color:#555555;box-sizing: border-box;}
.abbtn { font-size:0;}
.abbtn a+a{ margin-left:20px;}
.abbtn a em{ text-transform:uppercase; font-size:14px; color:#999999; display:block; margin-top:3px;}
.abbtn a:hover{ background:#0097f0; color:#fff;}
.abbtn a:hover em{color:rgba(255,255,255,0.7);}
.abbtn a i{font-size:50px; color:#999;
    position: absolute;top: 25px;right: 12px;
}

.abbtn a:hover i{ color:#fff;}

/*内页代码*/
.small_ul{
    width: 648px !important;
}

.mod1125 ul.small_ul li {
            float: left; margin-bottom: 7px;
            margin-left: 7px;
            width: 130px !important;
            height: 130px !important;
            overflow: hidden;
            border: 1px solid #ddd;
        }
       .mod1125 ul.small_ul li>div {
            height: 132px !important;
            width: 132px !important;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }
        
#showsum{ margin-top: 58px;
    height: 300px !important;position: relative;z-index: 1;
}
#showbox p{
    display: block;position: relative;z-index: 222;
}
.pro_detail_show table{ border-color:#ddd !important; width: 100% !important;
    border-collapse: collapse;line-height: 50px;text-align: left;font-size: 16px;border: none; 
}
.pro_detail_show table td{
    padding-left: 50px;
}
.pro_detail_show table tr td:nth-of-type(1){text-align: center; padding-left: 0;border: 1px solid #ddd !important;
    text-align: center;
}
.mod1125 .pro_detail_show td p{
    text-align: left; padding-left:13px;
}
.showbox{
   border: 1px solid #ddd;
}

.n_box{
    width: 1200px;margin: 70px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}
#showbox div{
    display: block;position: relative;z-index: 22;
}
.gongg {
    font-size: 17px;
    line-height: 36px;
    padding-top: 5px;
}